-
Notifications
You must be signed in to change notification settings - Fork 36
feat(dagster): schedules for third-party crypto datasets #5565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(dagster): schedules for third-party crypto datasets #5565
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new scheduled job to materialize third-party cryptocurrency datasets from DeFiLlama, L2Beat, and GrowThePie. The job is configured to run weekly on Sundays at 6:00 AM UTC with sequential execution to avoid overloading external APIs.
- Adds a new asset job
materialize_third_party_crypto_assets_jobtargeting crypto data sources - Configures the job with single-process execution (
max_concurrent: 1) - Schedules the job to run weekly on Sundays at 6:00 AM UTC
…y-crypto-datasets
No description provided.